home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / intersect_alist < prev    next >
Text File  |  2001-04-06  |  451b  |  15 lines

  1. OPTIONAL
  2. SYNOPSIS
  3.         mixed * intersect_alist (mixed * list1, mixed * list2)
  4.  
  5. DESCRIPTION
  6.         Does a fast set intersection on alist key vectors (NOT on full alists!).
  7.         The operator '&' does set intersection on arrays in general.
  8.  
  9. EXAMPLE
  10.         new_list = intersect_alist(list1, list2);
  11.  
  12. SEE ALSO
  13.         filter_array(E), assoc(E), insert_alist(E), map_array(E),
  14.         member_array(E), order_alist(E), sort_array(E), unique_array(E)
  15.